jas.jds.module
Class MultiFileLocalDIM

java.lang.Object
  |
  +--jas.jds.module.BasicLocalDIM
        |
        +--jas.jds.module.MultiFileLocalDIM
All Implemented Interfaces:
AbstractDIM, LocalDIM, LocalDIM2, java.io.Serializable

public abstract class MultiFileLocalDIM
extends BasicLocalDIM

A basic implementation of a LocalDIM which allows one of more files to be appended together.

See Also:
Serialized Form

Constructor Summary
MultiFileLocalDIM(javax.swing.filechooser.FileFilter f)
          Create a BasicLocalDIM.
MultiFileLocalDIM(java.lang.String description, java.lang.String filetype)
          Create a BasicLocalDIM.
 
Method Summary
 JASWizardPage getSetupPage()
          Return a setup page for the new job wizard to use when creating a job.
 
Methods inherited from class jas.jds.module.BasicLocalDIM
getFileFilter, getHelpTopic, setLocalJobBuilder, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jas.jds.module.AbstractDIM
openDataSet
 

Constructor Detail

MultiFileLocalDIM

public MultiFileLocalDIM(javax.swing.filechooser.FileFilter f)
Create a BasicLocalDIM. Specify a FileFilter that describes the type of files you want to open.

MultiFileLocalDIM

public MultiFileLocalDIM(java.lang.String description,
                         java.lang.String filetype)
Create a BasicLocalDIM. Specify a description of the files, and a filetype (e.g. .hbook)
Parameters:
description - Description of the files
filetype - The file type
Method Detail

getSetupPage

public JASWizardPage getSetupPage()
Description copied from interface: LocalDIM
Return a setup page for the new job wizard to use when creating a job. See the documentation on defining pages.
Overrides:
getSetupPage in class BasicLocalDIM